home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Template / Default.cs < prev    next >
Text File  |  2006-02-20  |  254b  |  20 lines

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4.  
  5. namespace GoogleRequester
  6. {
  7.     public class Class1
  8.     {
  9.  
  10.         #region Private Fields
  11.  
  12.         #endregion
  13.  
  14.         #region Properties
  15.  
  16.         #endregion
  17.  
  18.     }
  19. }
  20.